converted bubblegum to sdk pages#327
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: MarkSackerberg <93528482+MarkSackerberg@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. Summary by CodeRabbit
WalkthroughThe changes update the Bubblegum product by modifying its navigation and routing. A new "SDK" section with links to JavaScript and Rust guides has been added to the navigation, and the previous "Getting Started" link has been removed. Corresponding middleware redirect rules have been introduced to forward old Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant M as Middleware
U->>M: Request "/bubblegum/getting-started"
M-->>U: Redirect to "/bubblegum/sdk"
U->>M: Request "/bubblegum/getting-started/js"
M-->>U: Redirect to "/bubblegum/sdk/javascript"
U->>M: Request "/bubblegum/getting-started/rust"
M-->>U: Redirect to "/bubblegum/sdk/rust"
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Converted Bubblegum from Getting Started to SDK pages including re-direct from old pages.
https://developer-hub-git-bubblegum-sdk-metaplex-foundation.vercel.app/bubblegum/sdk